toggle menu
Ktor Boost
common
switch theme
search in API
ktor-boost
/
[root]
/
AuthRefreshPolicy
Auth
Refresh
Policy
data
class
AuthRefreshPolicy
(
val
refreshOnStatusCodes
:
Set
<
Int
>
=
setOf(401)
,
val
maxRefreshAttempts
:
Int
=
1
)
Members
Constructors
Auth
Refresh
Policy
Link copied to clipboard
constructor
(
refreshOnStatusCodes
:
Set
<
Int
>
=
setOf(401)
,
maxRefreshAttempts
:
Int
=
1
)
Properties
max
Refresh
Attempts
Link copied to clipboard
val
maxRefreshAttempts
:
Int
=
1
refresh
On
Status
Codes
Link copied to clipboard
val
refreshOnStatusCodes
:
Set
<
Int
>